AoeError enumeration
The errors of ADS over EtherCAT (AoE).
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum AoeError
Public Enum AoeError
Members
Member name | Value | Description |
---|---|---|
errAoeNoError | 0 | The command succeeded. |
errAoeInternalError | 1 | Device internal error. |
errAoeNoRTime | 2 | No runtime available. |
errAoeLockedMemoryError | 3 | The memory is locked. |
errAoeMailBoxError | 4 | Mailbox transfer error. |
errAoeWrongHMsg | 5 | The message header is wrong. |
errAoeTargetPortNotFound | 6 | The AoE target port was not found. |
errAoeTargetMachineNotFound | 7 | The AoE target machine was not found. |
errAoeUnknownCommandID | 8 | The command ID is unknown. |
errAoeBadTaskID | 9 | The task ID is incorrect. |
errAoeNoIO | 10 | No I/O available. |
errAoeUnknwonAmsCommand | 11 | The AMS command is unknown. |
errAoeWin32Error | 12 | An error occurred in windows. |
errAoePortNotConnected | 13 | The target port is not connected. |
errAoeInvalidAmsLength | 14 | The AMS length is invalid. |
errAoeInvalidAmsNetID | 15 | The AMS network ID is invalid. |
errAoeLowInstallLevel | 16 | The installation is not valid. |
errAoeNoDebug | 17 | Debug is not supported. |
errAoePortDisabled | 18 | The target port is disabled. |
errAoePortConnected | 19 | The target port is connected. |
errAoeAmsSyncWin32Error | 20 | The synchronization failed in Windows. |
errAoeSyncTimeOut | 21 | The synchronization timed out. |
errAoeAmsSyncAmsError | 22 | The synchronization failed in the AMS. |
errAoeAmsSyncNoIndexMap | 23 | There is no synchronization index map available. |
errAoeInvalidAmsPort | 24 | The target port is invalid. |
errAoeNoMemory | 25 | There is no memory available. |
errAoeTCPSendError | 26 | A TCP send failed. |
errAoeHostUnreachable | 27 | The target host is unreachable. |
errAoeNoLockedMemory | 1280 | There is no locked memory available. |
errAoeMailboxFull | 1282 | The mailbox is full. |
errAoeDeviceError | 1792 | An error occurred in the device. |
errAoeDeviceServiceNotSupported | 1793 | The device does not support AoE. |
errAoeDeviceInvalidGroup | 1794 | The group is invalid. |
errAoeDeviceInvalidOffset | 1795 | The offset is invalid. |
errAoeDeviceInvalidAccess | 1796 | The requested access is invalid. |
errAoeDeviceInvalidSize | 1797 | The size is invalid. |
errAoeDeviceInvalidData | 1798 | The data provided is invalid. |
errAoeDeviceNotReady | 1799 | The device is not ready for the request. |
errAoeDeviceBusy | 1800 | The device is busy. |
errAoeDeviceInvalidContext | 1801 | The current context does not allow this request. |
errAoeDeviceNoMemory | 1802 | The device has no memory available. |
errAoeDeviceInavlidParam | 1803 | A parameter is invalid. |
errAoeDeviceNotFound | 1804 | The device was not found. |
errAoeDeviceSyntaxError | 1805 | The request syntax is incorrect. |
errAoeDeviceIncompatible | 1806 | The device is not compatible with the request. |
errAoeDeviceSymbolNotFound | 1808 | The symbol table was not found. |
errAoeDeviceSymbolVersionInvalid | 1809 | The device symbol version is invalid. |
errAoeDeviceInvalidState | 1810 | The current device state is invalid. |
errAoeDeviceTransModeNotSupported | 1811 | The device does not support this transport mode. |
errAoeDeviceNotifyHandleInvalid | 1812 | The device notification handle is invalid. |
errAoeDeviceClientUnknown | 1813 | The client device is unknown. |
errAoeDeviceNoMoreHandles | 1814 | The device has no handles available. |
errAoeDeviceInvalidWatchsize | 1815 | The watch size is invalid. |
errAoeDeviceNotInitialized | 1816 | The device is not initialized. |
errAoeDeviceTimeOut | 1817 | The device timed out. |
errAoeDeviceNoInterface | 1818 | There is no interface in the device. |
errAoeDeviceInvalidInterface | 1819 | The device interface is invalid. |
errAoeDeviceInvalidCLSID | 1820 | The device's class ID is invalid |
errAoeDeviceInvalidObjectID | 1821 | The device's object ID is invalid. |
errAoeClientError | 1856 | An error occurred in the client. |
errAoeClientInvalidParameter | 1857 | A client parameter is invalid. |
errAoeClientListEmpty | 1858 | The client list is empty. |
errAoeClientVaraiableInUse | 1859 | The variable is used by a client. |
errAoeClientDuplicateInvokeID | 1860 | This invoke ID is already used. |
errAoeClientSyncTimeOut | 1861 | The client synchronization timed out. |
errAoeClientW32OR | 1862 | Windows client error. |
errAoeClientTimeoutInvalid | 1863 | The client timeout is invalid. |
errAoeClientPortNotOpen | 1864 | The client port is not opened. |
errAoeClientNoAmsAddr | 1865 | The client does not have an AMS address. |
errAoeClientSyncInternal | 1872 | The client internal synchronization failed. |
errAoeClientAddHash | 1873 | Adding a hash for the client. |
errAoeClientRemoveHash | 1874 | Removing a hash from the client. |
errAoeClientNoMoreSymbols | 1875 | The are no more symbols in the client. |
errAoeClientSyncResInvalid | 1876 | The client synchronization resolution is invalid. |
errAoeClientSyncPortLocked | 1877 | The client synchronization port is locked. |
errAoeClientQueueFull | 32768 | The client queue is full. |
See also